Count [-l] [-c] [file...]  < file > counts

Count counts the number of lines and characters in a file or list of files.
If no file is specified, input is taken from Standard Input.  If more than
one file is specified, the utility prints line and character totals when
finished.

Parameters:

    -l        write only line counts
    -c        write only character counts
